Performance Study of IEEE 802.11b Wireless LAN under High Traffic Conditions
نویسنده
چکیده
The IEEE 802.11b medium access control (MAC) protocol is gaining widespread popularity as a layer-2 protocol for wireless local area networks (WLANs). A good MAC protocol for WLANs should provide an efficient mechanism to share a limited wireless channel bandwidth, together with high bandwidth utilization and fairness in serving all stations. In this paper we study the performance of IEEE 802.11b WLAN under high traffic load conditions by simulation. We examine the effect of active stations on network throughput, mean delay and fairness performance especially at medium-to-high traffic loads under both ad hoc and infrastructure networks. Results show that the IEEE 802.11b protocol does not perform well in terms of providing high throughput, low mean delay and good fairness at medium-to-high traffic load conditions, and therefore the protocol requires an improvement. INTRODUCTION IEEE 802.11b-based MAC protocols are gaining widespread popularity as a layer-2 protocol for WLANs. This popularity is because of the simplicity in operation, low cost, robustness, and user mobility offered by the technology. A good medium access control (MAC) protocol for WLANs should provide an efficient mechanism for sharing a limited wireless channel bandwidth, together with simplicity of operation, fairness in serving all stations, and high bandwidth utilization. Ideally low mean delay, high throughput and a good degree of fairness under high traffic load conditions is desired, but in reality it is usually very difficult to satisfy all the quality of service (QoS) provisions simultaneously. Therefore, a variety of MAC protocols have been proposed to suit different applications, where various tradeoff factors have been considered (Kwon, Fang, & Latchman, 2003; Natkaniec & Pach, 2002; Obaidat & Green, 2004; Xiao, 2004; Yin & Leung, 2005). Detailed discussion of IEEE 802.11-based WLANs can be found in the wireless networking literature (1999; Bianchi, 2000; Tickoo & Sikdar, 2003; Xu, Gerla, & Bae, 2002). Cali et. al (2000) proposed an enhancement to the IEEE 802.11 protocol called Dynamic IEEE 802.11, which is basically a distributed algorithm for altering the size of the backoff window. Bruno and Conti (2002) analyzed the performance of ppersistent IEEE 802.11. Instead of the binary exponential backoff used in the original IEEE 802.11 protocol, the backoff interval of the ppersistent IEEE 802.11 is sampled from a geometric distribution with a parameter p. Cesana et. al (2003) investigated a new scheme called Interference Aware MAC (IA-MAC) to improve the performance of IEEE 802.11 in environments with high interference levels. Richard Lin and Liu (2002) proposed a scheme called Distributed Cycle Stealing (DCS) to enhance the performance of IEEE 802.11 by applying power control and spatial reuse. To alleviate the fairness problem of IEEE 802.11, there have been many performance studies reported in the literature (Bharghavan, 1994; Ozugur, 2002; Wang, Ye, & Tseng, 2005). While many innovative MAC protocols have been developed recently, the problem of efficient channel utilization, higher throughput, lower mean delay and fairness has not been fully solved yet. A study on the performance of IEEE 802.11b protocol under high traffic load conditions is required to assist efficient MAC protocol design for WLANs to achieve a better QoS in such systems. The remainder of this paper is organized as follows. We first provide an overview of IEEE 802.11 protocol and then describe a simulation model for performance study of the IEEE 802.11b. The performance of IEEE 802.11b is examined, and a brief conclusion ends the paper. OVERVIEW OF IEEE 802.11 WLAN The IEEE 802.11 standard covers both physical and MAC layer of open system interconnections (OSI) model (Anonymous, 1999). The standard specifies that a network can be configured in two different ways: (1) ad hoc; and (2) infrastructure. In an ad hoc network, computers are brought together to form a network dynamically. There is no definite structure and any two computers can communicate as long as they are within the ‘hearing’ range from each other. In an infrastructure network, mobile stations communicate through an access point linked to the wired backbone network. IEEE 802.11 MAC layer coordinates wireless channel access among the active stations on the network. This coordination is implemented using a distributed coordination function (DCF) and a point coordination function (PCF). We consider the DCF mode in IEEE 802.11 which has been widely deployed because of its simplicity and robustness. IEEE 802.11 adopts a carrier sense multiple access with collision avoidance (CSMA/CA) protocol, which requires every station to perform carrier sensing to determine the current state of the channel (i.e., idle or busy). Figure 1 illustrates the basic operation of IEEE 802.11 DCF protocol. A station with a packet to transmit monitors the channel activities until an idle period equal to a DCF inter-frame space (DIFS) is detected. After sensing an idle DIFS, the station waits for a random backoff interval before transmitting. The collision avoidance mechanism adopted in the IEEE 802.11 standard is based on a binary exponential backoff scheme, which is implemented by each station by means of a parameter known as the backoff counter. The backoff time is used to initialize the backoff counter. This counter is decreased only when the medium is idle and is frozen when activity is sensed. The backoff counter is periodically decremented by one slot time each time the medium sensed is idle for a period longer than a DIFS. A Figure 1. Basic operation of IEEE 802.11 DCF IDEA GROUP PUBLISHING This paper appears in the book, Emerging Trends and Challenges in Information Technology Management, Volume 1 and Volume 2 edited by Mehdi Khosrow-Pour © 2006, Idea Group Inc. 701 E. Chocolate Avenue, Suite 200, Hershey PA 17033-1240, USA Tel: 717/533-8845; Fax 717/533-8661; URL-http://www.idea-group.com ITB12586 102 2006 IRMA International Conference Copyright © 2006, Idea Group Inc. Copying or distributing in print or electronic forms without written permission of Idea Group Inc. is prohibited. station transmits a packet when its backoff counter is zero. A detailed description of the IEEE 802.11 backoff algorithm can be found in (Anonymous, 1999; Tickoo & Sikdar, 2003). SIMULATION MODEL OF IEEE 802.11 A simulation model has been developed using the ns-2 simulator (Fall & Varadhan, 2003) to study the throughput, mean delay, and fairness performance of the IEEE 802.11b DCF protocol. Modeling Assumptions and Configuration To simplify the simulation model, we consider a perfect radio propagation environment in which there is no transmission error due to interference and noise on the system, and no hidden and exposed station problems. The following assumptions are made regarding the data traffic: A1. Packet Generation: Streams of data packets arriving at stations are modeled as independent Poisson processes with an aggregate mean packet generating rate » packets/s. A2. Packet Size: Packets are of fixed length. The time axis is divided into slots of equal length, and the transmission of one packet takes one slot time. A3. Buffer size: Each station in the network has a large buffer, modeled as a buffer of infinite size, to store packets. This assumption means that packets cannot be lost due to a buffer overflow when the system is under manageable input loads. A4. Destination addresses: We assume that a packet arrives at a station are uniformly destined to N – 1 other stations in the network. A5. Stations spacing: The stations can be arbitrarily spaced on the network within the transmission range. A6. Analysis: We study the network performance under steadystate conditions. Table 1 lists the parameter values that we used in the simulation. Each simulation run lasts for 50 seconds simulated time, in which the first 10 seconds is the transient period. The observations collected during transient period are not included in the final simulation results. Model Validation The models built using ns-2 simulator were validated using empirical measurements from wireless laptops and access points for an IEEE 802.11b wireless LAN (Sarkar, 2005). A good match between ns-2 simulation results and empirical measurements validates our simulation models. We have also compared our simulation results with the work of others (Nicopoliditis, 2003). The experimental results of the IEEE 802.11b protocol are discussed next. RESULTS We consider three important network performance metrics: (1) throughput; (2) mean packet delay; and (3) fairness, for both individual stations and the overall network. The throughput (measured in Mbps) is defined as the fraction of the total channel capacity that is used for data transmission. The mean packet delay at station i(i = 1, 2,⋅⋅⋅, N) is defined as the average time (measured in seconds) from the moment the packet is generated until the packet is fully despatched from that station. A packet arriving at station i experiences several components of delay including queuing delay, channel access delay (i.e., contention time) and packet transmission time. Fairness in channel access might mean that all active stations on the network have an equal opportunity in accessing a shared wireless channel for packet transmission. We define a new metric for fairness measurement called ‘mean deviation of bandwidth (MDB)’ as follows:
منابع مشابه
RealMedia Streaming Performance on an IEEE 802.11b Wireless LAN
This paper presents experimental measurements of RealMedia audio/video streaming applications on an IEEE 802.11b wireless LAN. Empirical traffic measurements collected using a wireless network analyzer are used to characterize RealMedia streaming workloads, and to assess their impacts on wireless network performance. In addition, we study the relationship between the wireless channel error rate...
متن کاملWireless LAN Performance Under Varied Stress Conditions in Vehicular Traffic Scenarios
Mobile ad-hoc networking with wireless LAN infrastructure can be employed to build inter-vehicle communication based applications. The associated high velocities and hostile driving environments pose a challenge to the performance of a wireless LAN. This paper assesses the performance of a wireless Local Area Network in different vehicular traffic and mobility scenarios. The network throughput ...
متن کاملHierarchical analysis of RealMedia streaming traffic on an IEEE 802.11b wireless LAN
The popularity of multimedia streaming on the Internet, combined with the growing deployment of wireless access networks, augurs the converging usage of these two technologies in the not-too-distant future. Experience with wireless multimedia streaming on today’s networks can provide valuable insights into the design of future wireless multimedia networks and applications. In this paper, we pre...
متن کاملA MAC Throughput in the Wireless LAN
Over the past few years, mobile networks have emerged as a promising approach for future mobile IP applications. With limited frequency resources, designing an effective MAC (Medium Access Control) protocol is a hot challenge. IEEE 802.11b/g/a/n networks are currently the most popular wireless LAN products on the market [1]. The conventional IEEE 802.11b and 802.11g/a specification provide up t...
متن کاملSimulation Study of eLearning Classroom using iPads Based on Wireless LAN with IEEE 802.11b
This paper presents a simulation study of eLearning classroom using iPads as mobile devices based on the wireless LAN with IEEE 802.11b protocol. Moreover, this paper presents a simulation study whether the IEEE 802.11b can support up to 25 iPads of the eLearning classroom without fairness problems on a shared Wireless LAN. The simulation is performed by OPNET IT Guru Academic Edition 9.1.
متن کامل